ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / SingleOverlayIndicatorBase<T> Class / Period Property






In This Topic
    Period Property (SingleOverlayIndicatorBase<T>)
    In This Topic
    Gets or sets the period for the calculation as an integer value.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(14)>
    Public Property Period As System.Double
    'Usage
     
    
    Dim instance As SingleOverlayIndicatorBase(Of T)
    Dim value As System.Double
     
    instance.Period = value
     
    value = instance.Period
    [System.ComponentModel.DefaultValue(14)]
    public System.double Period {get; set;}
    public read-write property Period: System.Double; 
    System.ComponentModel.DefaultValueAttribute(14)
    public function get,set Period : System.double
    [System.ComponentModel.DefaultValue(14)]
    public: __property System.double get_Period();
    public: __property void set_Period( 
       System.double value
    );
    [System.ComponentModel.DefaultValue(14)]
    public:
    property System.double Period {
       System.double get();
       void set (    System.double value);
    }
    See Also